From 80784f162a9acf7bb379830d5ef9faf5e36a85a8 Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Mon, 18 Oct 2004 00:54:53 +0000 Subject: [PATCH] toc should be translated using content language --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index f7b6a3575e..ca352fc8e7 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2569,7 +2569,7 @@ class Skin { $hideline = ' '; return '
'."\n". - ''.wfMsg('toc').'' . + ''.wfMsgForContent('toc').'' . $hideline . '
'."\n". $toc."
\n"; -- 2.20.1